-
I have an XML file with 14 schemas to validate. All schemas are standalone and don’t import each other, nor …
- 504 views
- 2 answers
- 0 votes
-
I don´t have experience with validation with XSD file, I have to validate the xml file with XSD 1.1 but …
- 499 views
- 1 answers
- 0 votes
-
Given an XML node that can be either <Uninstall id="Text">{GUID}</Uninstall> or <Uninstall id="Text"> <File>PATH TO EXECUTABLE</File> <Arguments>ARGUMENTS</Arguments> </Uninstall> I am …
- 388 views
- 1 answers
- 0 votes
-
I want to validate this xml file with a xsd file. How can I validate the next steps? Number of …
- 465 views
- 0 answers
- 0 votes
-
This question already has answers here: What does elementFormDefault do in XSD? (6 answers) Closed 6 days ago. I have …
- 0 views
- 1 answers
- 0 votes
-
EDIT 13/07/2020 : What I’m trying to achieve is validate the 3 elements in the XML. The DocumentId element will …
- 415 views
- 1 answers
- 0 votes
-
In resources like this we see examples like this: <foo:element name="name" type="xs:string"/> Where the type is given as "xs:string". Does …
- 426 views
- 2 answers
- 0 votes
-
I have an XML document : <Feature> <Filter> … </Filter> <Filter> … </Filter> <Filter isTargetFilter="true"> … </Filter> </Feature> Feature can …
- 399 views
- 1 answers
- 0 votes
-
What does elementFormDefault do, and when should it be used? So I found some definitions for elementFormDefault values: qualified – …
- 399 views
- 6 answers
- 0 votes